home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMRATING / TFMRATING.txt
Text File  |  2004-09-21  |  2KB  |  91 lines

  1. object FmRating: TFmRating
  2.   Left = 351
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FmRating'
  7.   ClientHeight = 111
  8.   ClientWidth = 305
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnHide = ClientDataSetFormHide
  18.   OnShow = ClientDataSetFormShow
  19.   DataSource = DM.DsRatings
  20.   OnDataAfterEdit = ClientDataSetFormDataAfterEdit
  21.   OnDataBeforeEdit = ClientDataSetFormDataBeforeEdit
  22.   OnDataValidate = ClientDataSetFormDataValidate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object LblName: TLabel
  26.     Left = 8
  27.     Top = 52
  28.     Width = 31
  29.     Height = 13
  30.     Caption = '&Name:'
  31.     FocusControl = EdtName
  32.   end
  33.   object PnlHeader: TPanel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 289
  37.     Height = 25
  38.     Alignment = taLeftJustify
  39.     BevelOuter = bvNone
  40.     Caption = ' Rating'
  41.     Color = clBtnShadow
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindow
  44.     Font.Height = -13
  45.     Font.Name = 'Tahoma'
  46.     Font.Style = [fsBold]
  47.     ParentBackground = False
  48.     ParentFont = False
  49.     TabOrder = 0
  50.   end
  51.   object BtnOk: TBitBtn
  52.     Left = 136
  53.     Top = 81
  54.     Width = 75
  55.     Height = 25
  56.     TabOrder = 2
  57.     OnClick = BtnOkClick
  58.     Kind = bkOK
  59.   end
  60.   object BtnCancel: TBitBtn
  61.     Left = 216
  62.     Top = 81
  63.     Width = 75
  64.     Height = 25
  65.     TabOrder = 3
  66.     Kind = bkCancel
  67.   end
  68.   object EdtName: TcxDBTextEdit
  69.     Left = 48
  70.     Top = 48
  71.     Width = 249
  72.     Height = 21
  73.     DataBinding.DataField = 'Description'
  74.     DataBinding.DataSource = DM.DsRatings
  75.     Properties.OnChange = EdtNameChange
  76.     Style.StyleController = DM.EditStyles
  77.     TabOrder = 1
  78.   end
  79.   object TblRatingsLookup: TEasyTable
  80.     CurrentVersion = '5.72 '
  81.     TableName = 'Ratings'
  82.     DatabaseName = 'AudiophilerDb'
  83.     InMemory = False
  84.     AutoIndexes = False
  85.     CacheEnabled = True
  86.     BDELikeFilter = False
  87.     Left = 8
  88.     Top = 72
  89.   end
  90. end
  91.